
/*CSS reset*/
* {
    padding: 0;
    margin: 0;
    font-size: 1.125rem;
    line-height: 1.5rem;
}

/*Default style for entire page*/
body {
    color: black;
    border-color: white;
    background-color: white;
    width: 100%;
}
.pagecontainer{
    max-width: 100%;
    margin-bottom: 0;
}
/*Defining fonts and styles*/
.jockey {
    font-family: 'Jockey One', sans-serif;
}
.roboto {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 100px;
    font-weight: 600;
}
.beast {
    font-family: 'Rubik Beastly', sans-serif;
    font-size: 80px;
}
.rokkitt {
    font-family: 'Rokkitt', sans-serif;
    font-size: 100px;
    font-weight: 900;
}
.dirt {
    font-family: 'Rubik Dirt', sans-serif;
    font-size: 4.25rem;
}
.racing {
    font-family: 'Racing Sans One', sans-serif;
    font-size: 100px;
}
.mplus {
    font-family: 'M Plus 1p Bold', sans-serif;
    font-size: 350px;
    font-weight: 800;
    margin-bottom: 0.5rem;
}
.narrow {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 100px;
}
.narrowp {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 16px;
}
.narrowp-large {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 32px;
}
.narrowp-larger {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 128px;
    font-weight: 100;
}
.rock {
    font-family: 'Rock Salt', sans-serif;
    font-size: 96px;
}

/* Default styling for Headings */
h1,h2,h3,h4,h5,h6 {
    font-family: "Jockey One", sans-serif;
    line-height: 1.1;
    font-weight: 500;
    }

/*specific styles*/
h1 {
    font-size: 4.25rem;
    margin-bottom: 2rem;
}

h2 {
    font-size: 2.25rem;
    margin-bottom: .5rem;
}

h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

h4 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

/* Paragraphs */
p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 18px;
    margin-bottom: 1.5rem;
    font-style: normal;
    }

/*List format*/
ul {
    list-style-type: disc outside;
    margin-bottom: 1.5rem;
    margin-left: 1.25rem;
}

ul li{
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: white;
    text-decoration: none;
}
/*Link format*/
a {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: white;
}
a:visited {
    color:blueviolet;
    }

/* images*/
img {
    width:100%;
    height:auto;
    }

/*Footer*/
footer {
    width: 100%;
    align-content: center;
    background-color: #3d2c73;
    font-size: 1rem;
    color: white;
    padding: 2rem 0 1rem 0;
    text-align: center;
}
footer p{
    margin-bottom: 0.75rem;
}
footer ul{
    padding: 0 16px;
}
footer a:visited {
    color: white;
}

/*Main*/
main{
    margin-bottom: 2.5rem;
    }

/*Nav bar*/
ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 1rem 0;
    overflow: hidden;
    background-color: #3d2c73;
}
li{
    display: inline-block;
}
li a{
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 24px;
    text-decoration: none;
}
a:visited {
    color:white;
    }
li a:hover{
    background-color: #5b4898;
}

/*Section 1*/
.topcontainer {
    width: 100vw;
    position: relative;
    text-align: left;
    color: black;
    margin: 0;
    padding: 0;
}
.bottom-left {
    position: absolute;
    bottom: 5rem;
    left: 16px;
}
.bottom-left h1{
    line-height: 4rem;
}
.bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding: 0 3.9rem 0 52.6rem;
}
.bottom-right p{
    margin-bottom: 0;
}

/*Section 2*/
.two{
    display: flex;
    width: 100%;
    padding: 0;
    height: auto;
}
.twocols{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: left;
}
.two-col-one {
    padding-top: 3rem;
    width: 20%;
}

.two-col-two {
    width: 50%;
}
.two-col-two h2{
    font-weight: 900;
    color: white;
    font-size: 90px;
}
.two-col-two img{
    height: auto;
    width: 100%;
}
.two-col-three{
    width: 20%;
    padding: 0rem 1rem 0rem 1rem;
}
.two-col-three p{
    margin-bottom: 0;
}
.bg-image-two-container{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;

}
.bg-image-two{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 1rem;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*Section 3*/
.three-container{
display: flex;
height: 1000px;
background-color: #Fad21b;
}
.three-left{
flex: 1;
overflow: auto;
}
.three-left h1{
    font-size: 100px;
    padding: 24rem 10rem 0rem 2rem;
    margin-bottom: 0;
}
.three-right{
    flex: 1;
    position: relative;
    padding-right: 3rem;
}
.orbs-container {
    position: relative;
  }
.orbs-container img{
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1000px;
}
  .orbs-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 0 1rem 0 19rem;
  }
/*Section 4*/
.four{
    width: 100%;
    height: auto;
}
.four p {
    margin: 0rem 0rem 0rem 5rem;
    line-height: 4.5rem;
}
.four h1{
    font-size: 100px;
    margin: 0rem 2rem 3rem 2rem;
}
.fourcols{
    position: relative;
}
.column1 {
    z-index: 2;
}
.column2{
    z-index: 1;
    position: absolute;
    top: 6.5rem;
    left: 25rem;
}
.transparentbg{
    position: relative;
    width: 100%;
    height: auto;
}
.background-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.2;
    z-index: -1;
}
.background-imagetwo{
    position: absolute;
    transform: rotate(180deg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.1;
    z-index: -1;
}
    
/*Section 5*/
.five{
    max-width: 100%;
    height: auto;
}


/*Section 6*/
.six{
    position: relative;
    max-width: 100%;
    height: auto;
    padding: 1rem 0rem 0rem 0rem;
    margin: 0 auto;
}
.siximgcontainer{
    position: relative;
    text-align: right;
    
}
.siximg{
    width: 100%;
    height: auto;
    display: block;
    padding-left: 14rem;
    z-index: -1;
}
.conone{
    text-align: right;
    line-height: 3rem;
    padding-right: 17rem;
    position: absolute;
    bottom: 8px;
    right: 16px;
    padding-bottom: 8rem;
    font-size: 4rem;
}
.contwo{
    position: absolute;
    right: 0;
    line-height: 1rem;
    text-align: right;
    transform: rotate(180deg);
    bottom: 8px;
    padding-top: 10.5rem;
    font-size: 4rem;
}
.leftprgh{
    position: absolute;
    text-align: left;
    bottom: 0;
    left: 3.5rem;
    padding-right: 36rem;
    margin-bottom: 0;
}
.top-rightprgh {
    position: absolute;
    top: 1px;
    right: 4.9rem;
    text-align: justify;
    padding: 0rem 0rem 0rem 36.5rem;
}

.top-leftprgh {
    position: absolute;
    top: 1px;
    left: 4.9rem;
    text-align: justify;
    padding: 0rem 36.5rem 0rem 0rem;
}
.sixcols {
    display: flex;
    gap: 48px;
    flex-direction: row;
    margin: 2rem 5rem 0rem 5rem;
}
.col-half {
    flex-basis: 50%;
    text-align: justify;
}

.col-second-half {
    flex-basis: 50%;
    text-align: justify;
}
.paganini{
    padding-left: 10rem;
}
.he{
    padding-left: 16rem;
    line-height: 1.5rem;
}
.there{
    padding-left: 22rem;
    line-height: 4rem;
}
.throughout{
    padding-left: 20rem;
    line-height: 1rem;
}
.numerous{
    padding-left: 5rem;
    color: #a39d09;
    font-size: 32px;
}
.rebelled{
    padding-left: 9rem;
    color: #3d2c73;
    font-size: 128px;
    line-height: 6rem;
}
.against{
    color: #3d2c73;
    font-size: 32px;
    padding-left: 2rem;
}
.bg-image-six-container{
    position: relative;
    width: 100%;
    height: auto;

}
.bg-image-six{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
/*Section 7*/
.seven{
    padding: 0rem 3.5rem 0.5rem 3.5rem;
    margin: 0;
}

/*Bibliography section*/
.bg-image-bib-container{
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 1rem;

}
.bg-image-bib{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.bg-image-bib-container p{
    font-family: 'PT Sans Narrow', sans-serif;
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.bg-image-bib-container h2 {
    font-family: 'Racing Sans One', sans-serif;
    text-align: right;
    padding: 1rem 3.5rem 1rem 0
}
/* media queries */
@media only screen and (max-width:865px) {
    h1{
        font-size: 2.25rem;
        margin-bottom: 1rem;
        }
        h2{
        font-size: 2.25rem;
        }
        p{
            font-size: 14px;
            margin-bottom: 1rem;
            }
            .roboto {
                font-size: 2.25rem;
                font-weight: 600;
            }
            .beast {
                font-size: 2.25rem;
            }
            .rokkitt {
                font-size: 2.25rem;
                font-weight: 900;
            }
            .dirt {
                font-size: 2.25rem;
            }
            .racing {
                font-size: 2.25rem;
            }
            .jockey {
                font-size: 2.25rem;
            }
            .mplus {
                font-size: 250px;
                font-weight: 800;
                margin-bottom: 0.5rem;
            }
            .narrow {
                font-size: 2.25rem;
            }
            .narrowp {
                font-size: 16px;
            }
            .narrowp-large {
                font-size: 32px;
            }
            .narrowp-larger {
                font-size: 118px;
                font-weight: 100;
            }
            .rock {
                font-size: 50px;
            }
            /*Section one*/
            .bottom-left {
                position: absolute;
                bottom: 5rem;
                left: 16px;
            }
            .bottom-left h1{
                line-height: 2.75rem;
            }
            .bottom-right {
                position: absolute;
                bottom: 0px;
                right: 0px;
                padding: 0 2rem 0 35.4rem;
            }
            /*Section three*/
            .orbs-container img{
                display: block;
                bottom: 0;
                right: 0;
                width: 100%;
                height: 1000px;
            }
              .orbs-top-right {
                position: absolute;
                top: 0px;
                right: 0px;
                padding: 0 0rem 0 13.25rem;
              }
              .three-left h1{
                padding: 24rem 10rem 0rem 2rem;
                margin-bottom: 0;
            }
            /*Section 4*/
            .column2{
                z-index: 1;
                position: absolute;
                top: 4.5rem;
                left: 10rem;
            }
            .four p {
                margin: 0rem 0rem 0rem 5rem;
                line-height: 3rem;
            }
            /*Section six*/
            .conone{
                line-height: 5rem;
                padding-right: 7rem;
                font-size: 2.25rem;
            }
            .contwo{
                font-size: 2.25rem;
            }
            .leftprgh{
                padding-right: 20rem;
                margin-bottom: 1rem;
            }

            .top-rightprgh {
                padding: 0rem 0rem 0rem 22rem;
            }
            .top-leftprgh {
                padding: 0rem 22rem 0rem 0rem;
            }

}

@media only screen and (max-width:800px) {
    ul li {
        font-size: 14px;
        margin-bottom: .5rem;
        }
    li a{
        padding: 8px 18px;
    }

}
@media only screen and (max-width: 778px) {
    h1{
        font-size: 2rem;
        margin-bottom: 1rem;
        }
        h2{
        font-size: 1.75rem;
        }
        p{
            font-size: 12px;
            margin-bottom: 0.8rem;
            }
            .roboto {
                font-size: 2rem;
                font-weight: 500;
            }
            .beast {
                font-size: 2rem;
            }
            .rokkitt {
                font-size: 2rem;
                font-weight: 800;
            }
            .dirt {
                font-size: 2rem;
            }
            .racing {
                font-size: 2rem;
            }
            .jockey {
                font-size: 2rem;
            }
            .mplus {
                font-size: 200px;
                font-weight: 700;
                margin-bottom: 0.2rem;
            }
            .narrow {
                font-size: 2rem;
            }
            .narrowp {
                font-size: 12px;
            }
            .narrowp-large {
                font-size:28px;
            }
            .narrowp-larger {
                font-size: 100px;
                font-weight: 100;
            }
            .rock {
                font-size: 40px;
            }
            /*Section one*/
            .bottom-right {
                position: absolute;
                bottom: 0px;
                right: 0px;
                padding: 0 2rem 0 32.5rem;
            }
            /*Section three*/
            .orbs-top-right {
                padding: 0 0rem 0 15rem;
              }
            /*Section six*/
            .top-rightprgh {
                padding: 0rem 0rem 0rem 23rem;
            }
            .top-leftprgh {
                padding: 0rem 23rem 0rem 0rem;
            }

}
@media only screen and (max-width:670px) {
    ul li {
        font-size: 12px;
        margin-bottom: .2rem;
        }
    li a{
        padding: 6px 16px;
    }
    }

@media only screen and (max-width:575px) {
    ul li {
        font-size: 10px;
        margin-bottom: .1rem;
    }

    li a {
        padding: 4px 14px;
    }
}

@media only screen and (max-width:490px) {
    ul li {
        font-size: 8px;
        margin-bottom: .05rem;
    }

    li a {
        padding: 2px 10px;
    }

    h1 {
        font-size: 1.5rem;
        margin-bottom: 10.75rem;
    }

    h2 {
        font-size: 1.25rem;
    }

    p {
        font-size: 8px;
        margin-bottom: 0.6rem;
    }

    .roboto {
        font-size: 1.5rem;
        font-weight: 400;
    }

    .beast {
        font-size: 1.5rem;
    }

    .rokkitt {
        font-size: 1.5rem;
        font-weight: 700;
    }

    .dirt {
        font-size: 1.5rem;
    }

    .racing {
        font-size: 1.5rem;
    }

    .jockey {
        font-size: 1.5rem;
    }

    .mplus {
        font-size: 150px;
        font-weight: 600;
        margin-bottom: 0.2rem;
    }

    .narrow {
        font-size: 1.5rem;
    }

    .narrowp {
        font-size: 12px;
    }

    .narrowp-large {
        font-size: 24px;
    }

    .narrowp-larger {
        font-size: 80px;
        font-weight: 100;
    }

    .rock {
        font-size: 30px;
    }

    /*Section one*/
    .bottom-left {
        position: absolute;
        top: 6.75rem;
        left: 16px;
    }

    .bottom-left h1 {
        line-height: 0.4rem;
    }

    .bottom-right {
        position: absolute;
        bottom: 0px;
        right: 0px;
        padding: 0 2rem 0 19.5rem;
    }
    /*Section four*/
    .four h1{
        margin: 0rem 2rem 1rem 2rem;
    }
    .column2{
        z-index: 1;
        position: absolute;
        top: 3rem;
        left: 4rem;
    }
    .four p {
        margin: 0rem 0rem 0rem 2rem;
        line-height: 2rem;
    }
    /*Section 6*/
    .conone{
        line-height: 6rem;
        padding-right: 4.25rem;
        font-size: 1.5rem;
    }
    .contwo{
        font-size: 1.5rem;
    }
    .leftprgh{
        padding-right: 12rem;
        margin-bottom: 1rem;
    }

    .top-rightprgh {
        padding: 0rem 0rem 0rem 14.4rem;
    }
    .top-leftprgh {
        padding: 0rem 14.4rem 0rem 0rem;
    }

}